﻿2026-06-02T10:47:22.1468424Z ##[group]Run actions/checkout@v4
2026-06-02T10:47:22.1469442Z with:
2026-06-02T10:47:22.1469968Z   repository: SaberMage/spt-core
2026-06-02T10:47:22.1475778Z   token: ***
2026-06-02T10:47:22.1476304Z   ssh-strict: true
2026-06-02T10:47:22.1476805Z   ssh-user: git
2026-06-02T10:47:22.1477312Z   persist-credentials: true
2026-06-02T10:47:22.1477869Z   clean: true
2026-06-02T10:47:22.1478377Z   sparse-checkout-cone-mode: true
2026-06-02T10:47:22.1478982Z   fetch-depth: 1
2026-06-02T10:47:22.1479471Z   fetch-tags: false
2026-06-02T10:47:22.1479980Z   show-progress: true
2026-06-02T10:47:22.1480493Z   lfs: false
2026-06-02T10:47:22.1480964Z   submodules: false
2026-06-02T10:47:22.1481491Z   set-safe-directory: true
2026-06-02T10:47:22.1482357Z ##[endgroup]
2026-06-02T10:47:22.2831744Z Syncing repository: SaberMage/spt-core
2026-06-02T10:47:22.2835221Z ##[group]Getting Git version info
2026-06-02T10:47:22.2836678Z Working directory is '/home/runner/work/spt-core/spt-core'
2026-06-02T10:47:22.2838851Z [command]/usr/bin/git version
2026-06-02T10:47:22.2848159Z git version 2.54.0
2026-06-02T10:47:22.2858175Z ##[endgroup]
2026-06-02T10:47:22.2864632Z Temporarily overriding HOME='/home/runner/work/_temp/19b7f56e-b608-4356-8f7f-45a5374c6781' before making global git config changes
2026-06-02T10:47:22.2867371Z Adding repository directory to the temporary git global config as a safe directory
2026-06-02T10:47:22.2885228Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/spt-core/spt-core
2026-06-02T10:47:22.2927867Z Deleting the contents of '/home/runner/work/spt-core/spt-core'
2026-06-02T10:47:22.2936500Z ##[group]Initializing the repository
2026-06-02T10:47:22.2938528Z [command]/usr/bin/git init /home/runner/work/spt-core/spt-core
2026-06-02T10:47:22.3048918Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-02T10:47:22.3051512Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-06-02T10:47:22.3058477Z hint: to use in all of your new repositories, which will suppress this warning,
2026-06-02T10:47:22.3060852Z hint: call:
2026-06-02T10:47:22.3062777Z hint:
2026-06-02T10:47:22.3064750Z hint: 	git config --global init.defaultBranch <name>
2026-06-02T10:47:22.3066905Z hint:
2026-06-02T10:47:22.3068761Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-02T10:47:22.3071650Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-02T10:47:22.3073911Z hint:
2026-06-02T10:47:22.3075838Z hint: 	git branch -m <name>
2026-06-02T10:47:22.3079244Z hint:
2026-06-02T10:47:22.3080507Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-06-02T10:47:22.3082474Z Initialized empty Git repository in /home/runner/work/spt-core/spt-core/.git/
2026-06-02T10:47:22.3086111Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-core
2026-06-02T10:47:22.3136925Z ##[endgroup]
2026-06-02T10:47:22.3146110Z ##[group]Disabling automatic garbage collection
2026-06-02T10:47:22.3148787Z [command]/usr/bin/git config --local gc.auto 0
2026-06-02T10:47:22.3161713Z ##[endgroup]
2026-06-02T10:47:22.3164164Z ##[group]Setting up auth
2026-06-02T10:47:22.3169180Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-02T10:47:22.3205197Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-02T10:47:22.4476919Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-02T10:47:22.4484011Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-02T10:47:22.4489636Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-02T10:47:22.4496711Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-02T10:47:22.4503586Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-02T10:47:22.4510008Z ##[endgroup]
2026-06-02T10:47:22.4512542Z ##[group]Fetching the repository
2026-06-02T10:47:22.4515814Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5c26a4b6c2fe21c80380e9ae22cca317913cd73d:refs/remotes/origin/dev-freeform
2026-06-02T10:47:23.0108678Z From https://github.com/SaberMage/spt-core
2026-06-02T10:47:23.0127340Z  * [new ref]         5c26a4b6c2fe21c80380e9ae22cca317913cd73d -> origin/dev-freeform
2026-06-02T10:47:23.0134087Z ##[endgroup]
2026-06-02T10:47:23.0137208Z ##[group]Determining the checkout info
2026-06-02T10:47:23.0140276Z ##[endgroup]
2026-06-02T10:47:23.0142555Z [command]/usr/bin/git sparse-checkout disable
2026-06-02T10:47:23.0191556Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-02T10:47:23.0223766Z ##[group]Checking out the ref
2026-06-02T10:47:23.0227973Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-02T10:47:23.0366023Z Switched to a new branch 'dev-freeform'
2026-06-02T10:47:23.0370992Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-02T10:47:23.0384951Z ##[endgroup]
2026-06-02T10:47:23.0422341Z [command]/usr/bin/git log -1 --format=%H
2026-06-02T10:47:23.0443045Z 5c26a4b6c2fe21c80380e9ae22cca317913cd73d
